home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / xcmd / prntrprt.sit / PrintReport.sit / PrintReport Demo / background_2200.txt < prev    next >
Text File  |  1989-12-18  |  4KB  |  219 lines

  1. -- background: 2200 from stack: in
  2. -- bmap block id: 9303
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Report
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 4002
  11. -- rect: left=121 top=58 right=76 bottom=491
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 22
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: Header
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 4002
  25. -- rect: left=121 top=82 right=111 bottom=491
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 22
  30. -- text size: 10
  31. -- style flags: 0
  32. -- line height: 13
  33. -- part name: Finder
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 00
  38. -- high flags: 4002
  39. -- rect: left=121 top=114 right=142 bottom=491
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 22
  44. -- text size: 10
  45. -- style flags: 0
  46. -- line height: 13
  47. -- part name: Selector
  48.  
  49.  
  50. -- part 4 (field)
  51. -- low flags: 00
  52. -- high flags: 4002
  53. -- rect: left=149 top=151 right=246 bottom=429
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 22
  58. -- text size: 10
  59. -- style flags: 0
  60. -- line height: 13
  61. -- part name: Fields
  62.  
  63.  
  64. -- part 5 (button)
  65. -- low flags: 00
  66. -- high flags: 8000
  67. -- rect: left=168 top=254 right=301 bottom=249
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 1014 / 1014
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Previous Report
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   go previous card of background "Report"
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 6 (button)
  84. -- low flags: 00
  85. -- high flags: 8000
  86. -- rect: left=272 top=251 right=303 bottom=340
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 1013 / 1013
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Next Report
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   go next card of background "Report"
  98. end mouseUp
  99.  
  100.  
  101.  
  102. -- part 7 (button)
  103. -- low flags: 00
  104. -- high flags: 8000
  105. -- rect: left=51 top=197 right=242 bottom=113
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 1007 / 1007
  108. -- text alignment: 1
  109. -- font id: 0
  110. -- text size: 12
  111. -- style flags: 0
  112. -- line height: 16
  113. -- part name: Print Report
  114. ----- HyperTalk script -----
  115. on mouseUp
  116.   areport "j",field "Finder",field "Selector", field "Header", field "Fields"
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 8 (button)
  122. -- low flags: 00
  123. -- high flags: 0000
  124. -- rect: left=31 top=148 right=171 bottom=53
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 19678 / 19678
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: New Button
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   push card
  136.   go card "About Columns"
  137. end mouseUp
  138.  
  139.  
  140.  
  141. -- part 9 (button)
  142. -- low flags: 00
  143. -- high flags: 0000
  144. -- rect: left=30 top=108 right=131 bottom=52
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 19678 / 19678
  147. -- text alignment: 1
  148. -- font id: 0
  149. -- text size: 12
  150. -- style flags: 0
  151. -- line height: 16
  152. -- part name: New Button
  153. ----- HyperTalk script -----
  154. on mouseUp
  155.   push card
  156.   go card "About Selection"
  157. end mouseUp
  158.  
  159.  
  160.  
  161. -- part 10 (button)
  162. -- low flags: 00
  163. -- high flags: 0000
  164. -- rect: left=30 top=80 right=103 bottom=52
  165. -- title width / last selected line: 0
  166. -- icon id / first selected line: 19678 / 19678
  167. -- text alignment: 1
  168. -- font id: 0
  169. -- text size: 12
  170. -- style flags: 0
  171. -- line height: 16
  172. -- part name: New Button
  173. ----- HyperTalk script -----
  174. on mouseUp
  175.   push card
  176.   go card "About Finder"
  177. end mouseUp
  178.  
  179.  
  180.  
  181. -- part 11 (button)
  182. -- low flags: 00
  183. -- high flags: 0000
  184. -- rect: left=30 top=55 right=78 bottom=52
  185. -- title width / last selected line: 0
  186. -- icon id / first selected line: 19678 / 19678
  187. -- text alignment: 1
  188. -- font id: 0
  189. -- text size: 12
  190. -- style flags: 0
  191. -- line height: 16
  192. -- part name: New Button
  193. ----- HyperTalk script -----
  194. on mouseUp
  195.   push card
  196.   go card "About Header"
  197. end mouseUp
  198.  
  199.  
  200.  
  201. -- part 12 (button)
  202. -- low flags: 00
  203. -- high flags: 0000
  204. -- rect: left=360 top=255 right=294 bottom=400
  205. -- title width / last selected line: 0
  206. -- icon id / first selected line: 2162 / 2162
  207. -- text alignment: 1
  208. -- font id: 0
  209. -- text size: 12
  210. -- style flags: 0
  211. -- line height: 16
  212. -- part name: New Button
  213. ----- HyperTalk script -----
  214. on mouseUp
  215.   pop card
  216.  
  217. end mouseUp
  218.  
  219.